home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / tagn26d.zip / NLINDEX.DOC next >
Text File  |  1993-01-24  |  6KB  |  169 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                      /=========================================\
  10.                     < T.A.G. Version 2.6d NLINDEX Documentation >
  11.                      \=========================================/
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.   /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
  27.  /\/\/\/                     [>> Welcome to <<]                       \/\/\/\
  28. |   /\/      ______________        ______          ___________         \/\   |
  29. |  / /      /             /|      /     /|        /          /\         \ \  |
  30. | / /       TTTTTTTTTTTTTT/       AAAAAA /|       GGGGGGGGGGG\/|         \ \ |
  31. |/\/ /\           TT |           AA|___AA /|      GG |      GG/        /\ \/\|
  32. |-< <  >          TT |          AA/     AA /|     GG |   _____        <  > >-|
  33. |\/\ \/           TT |         AAAAAAAAAAAA |     GG |  /     /|       \/ /\/|
  34. | \ \             TT |         AA |      AA |     GG |__GGGGGG |         / / |
  35. |  \ \            TT |         AA |      AA |     GG/       GG |        / /  |
  36. |   \/\           TT/   <>     AA/       AA/  <>   GGGGGGGGGGG/  <>    /\/   |
  37.  \/\/\/\                                                              /\/\/\/
  38.   \/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.                             /============================\
  57.                            / T.A.G. Bulletin Board System \
  58.                           <    Copyright (C) 1986-1993     >
  59.                            \       The T.A.G. Team        /
  60.                             \============================/
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.             T.A.G. BBS Version 2.6d -  NLINDEX Documentation - Page 1
  69.  
  70.  
  71.                   *********************************************
  72.                   **    T.A.G. Nodelist Indexer (NLINDEX)    **
  73.                   ** Copyright (c) 1992-1993 The T.A.G. Team **
  74.                   *********************************************
  75.  
  76.      This  package includes  the  T.A.G. Nodelist  Index Compiler  NLINDEX.
  77.      T.A.G. does not  use a  compiled nodelist,  instead it  reads the  raw
  78.      nodelist  file(s) directly  using a  relatively small  index file.   A
  79.      simple  configuration file  is used  to specify  the cost  file, which
  80.      zones and nets should be compiled into the index, and the location and
  81.      domain of each raw nodelist file.
  82.  
  83.      Multiple  zones (1  through 65535),  domains, and  nodelist  files are
  84.      completely supported.
  85.  
  86.  
  87.                   *** NLINDEX.CFG Configuration File Format ***
  88.  
  89.      The configuration file  is in  standard ASCII format  and may  contain
  90.      lines beginning with the following:
  91.  
  92.           ;              This line indicates  a comment.   The rest of  the
  93.                          line is ignored.
  94.  
  95.           Costs          This  line is  followed by  the complete  path and
  96.                          filename of  the cost definition file.   This file
  97.                          should be in ParseList/FrontDoor "COST" compatible
  98.                          format.    NLINDEX will  skip  other configuration
  99.                          information in the file.  A sample of this file is
  100.                          included below:
  101.  
  102.                               COST 50 300
  103.                                   1-313-244  0
  104.                                   1-313-258  0
  105.                                   1-313-264  0
  106.                                   1-313-265  0
  107.                                   1-313-268  0
  108.                                   1-313-280  0
  109.                                    ...
  110.                                    ...
  111.                                   1-313-977  0
  112.                                   1-313-978  0
  113.                                   1-313-979  0
  114.                                   1-313-     25 ; Anything else in 313 area
  115.                                   1-800-     0  ; Toll free
  116.                               END
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.             T.A.G. BBS Version 2.6d -  NLINDEX Documentation - Page 2
  125.  
  126.  
  127.           IncludeZones   This  line is followed by  a list of  the zones to
  128.                          compile into T.A.G.'s index.   Zones are specified
  129.                          by number (1,2,6) or  ranges (1-3,6) separated  by
  130.                          commas.    Multiple  zone  restriction  lines  are
  131.                          allowed.  This is an optional line.
  132.  
  133.           IncludeNets    This line is  followed by  a list of  the nets  to
  134.                          compile into T.A.G.'s  index.  Nets  are specified
  135.                          by  number  (120,2410)  or  ranges  (120-130,2410)
  136.                          separated  by  commas.   Multiple  net restriction
  137.                          lines are allowed.  This is an optional line.
  138.  
  139.           NodeList       This line  is followed by two  fields separated by
  140.                          at least on  space.   The first is  the domain  in
  141.                          which the nodelist is located.  The  second is the
  142.                          complete path and file  name with the extension to
  143.                          the raw nodelist.   NLINDEX automatically searches
  144.                          for the latest "<filename>.###" raw nodelist file.
  145.                          Multiple nodelist restriction lines are allowed.
  146.  
  147.  
  148.                          *** Sample NLINDEX.CFG File ***
  149.  
  150.      ;************************************
  151.      ;*** T.A.G. NLINDEX Configuration ***
  152.      ;************************************
  153.  
  154.      Costs K:\Node\Costs.Cfg
  155.  
  156.      ;IncludeZones 1
  157.  
  158.      ;IncludeNets 120,2410
  159.  
  160.  
  161.      ;        Domain          Path To NodeList File (no extension)
  162.      ;        --------------- ----------------------------------------
  163.      NodeList FidoNet.Org     K:\Node\NodeList
  164.  
  165.  
  166.  
  167.  
  168.                                  The T.A.G. Team
  169.